-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master #125
Merged
Merged
Master #125
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In my testing to date, the best paramters for the Gradient Boosting algorithm are: loss='deviance', n_estimators=100, learning_rate=0.1, max_depth=3, random_state=None, max_leaf_nodes=None These lead to the following results for the blind data: Optimized facies classification accuracy = 0.51 Optimized adjacent facies classification accuracy = 0.96
Combined code into MajorityVoting algorithm
Lots of things wrong with this, but uploading it for the sake of posterity if nothing else
This is ar4's submission with Gradient boosting. Some changes to params
just removed unnecessary comments
Hello again Priyanka — and thank you for this new submission. It scores 0.623! I have not reproduced it yet, but usually this does not change things much. So congratulations on the really nice result! By the way, I want to draw your attention to this issue — I will be using the same approach to get a stochastic result for your notebook. Cheers! |
By the way, this was the 100th scored entry — thanks for that! |
Wow! Happy to see this.
…On Tue, Jan 24, 2017 at 9:38 PM, Matt Hall ***@***.***> wrote:
Update: I have run the stochastic result. Your entry actually does
slightly better than HouMath, so I have put it ahead in the table. Full
result:
[image: image]
<https://cloud.githubusercontent.com/assets/1692372/22255438/c4615438-e22d-11e6-8c3e-c69cdf26676e.png>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#125 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGEoA-l1AHlpOSCy4Frj4SkWD9EtNHUXks5rViHugaJpZM4LsH9f>
.
--
Priyanka
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We only want to submit "Face_classification_SHPR_GradientBoost" for the contest (TRial number 2). Please ignore GradientBoosting.ipynb, GradientBoostingNew,MajorityVoting and RandomForest